home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Extra 1997 #2 / Amiga Plus Extra 1997 #2.iso / pd / misc / ansimaster / install_arp < prev    next >
Encoding:
AmigaDOS Script File  |  1997-02-16  |  182 b   |  12 lines

  1. .key ""
  2. if exists libs:arp.library
  3.     echo "Arp library already installed ..."
  4. else
  5.     echo "Installing Arp library ..."
  6.     copy arp.library libs:
  7. endif
  8.  
  9. version arp.library
  10.  
  11. echo "Done."
  12.